/****************************** components ******************************/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix,
.container:after,
.row:after,
ul {
  *zoom: 1;
}

.clearfix:after,
.container:after,
.row:after,
ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.content img {
  max-width: 100%;
}

.content_box,
.content_box *,
.content_box *:before,
.content_box *:after {
  box-sizing: content-box;
}

.ml5 {
  margin-left: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.mg5 {
  margin: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pd5 {
  padding: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mg10 {
  margin: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pd10 {
  padding: 10px;
}

.ml15 {
  margin-left: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mg15 {
  margin: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pd15 {
  padding: 15px;
}

.ml20 {
  margin-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mg20 {
  margin: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pd20 {
  padding: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mg25 {
  margin: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pd25 {
  padding: 25px;
}

.ml30 {
  margin-left: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mg30 {
  margin: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pd30 {
  padding: 30px;
}

.ml35 {
  margin-left: 35px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.mg35 {
  margin: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pd35 {
  padding: 35px;
}

.ml40 {
  margin-left: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mg40 {
  margin: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pd40 {
  padding: 40px;
}

.ml45 {
  margin-left: 45px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.mg45 {
  margin: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pd45 {
  padding: 45px;
}

.ml50 {
  margin-left: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mg50 {
  margin: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pd50 {
  padding: 50px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f34 {
  font-size: 34px;
}

.f36 {
  font-size: 36px;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #333;
  font-size: 14px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  list-style: none;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"] {
  cursor: pointer;
}

a {
  color: inherit;
  color: expression(this.parentNode.currentStyle.color);
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

small {
  font-size: 12px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media screen and (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/****************************** style ******************************/
body,
button,
input,
select,
textarea {
  font: 12px/1.4 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #5a5a5a;
  font-size: 12px;
}

body {
  max-width: 1920px;
  margin: 0 auto;
}

.center {
  width: 1200px;
  margin: 0 auto;
}

.header {
  width: 100%;
  background: #fff;
  position: relative;
  max-width: 1920px;
  z-index: 99;
  height: 100px;
  transition: .8s;
}

.header .top .logo {
  padding: 23px 0;
  padding-left: 1%;
}

.header .top .logo a {
  float: left;
}

.header .top .logo a img {
  height: 60px;
  display: block;
  transition: .8s;
}

.header .top .nav {
  height: 100px;
  transition: .8s;
  position: relative;
}

.header .top .nav ul {
  margin: 0;
  padding: 0
}

.header .top .nav ul li {
  float: left;
  width: 12.5%;
  width: 130px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  position: relative;
  display: block;
  transition: .8s;
}

.header .top .nav ul li a {
  width: 100%;
  line-height: 100px;
  text-align: center;
  display: block;
  font-size: 20px;
}

.header .top .nav ul li:hover a {
  border-top: 5px solid #777777;
}

.header .top .nav ul li:hover {
  
}

/* .header .top .nav ul li:hover a:hover:before,
.header_1_mid ul li a.bigaon:before {
  width: 2.611111111111111em;
  margin-left: -1.305555555555556em;
} */


.header .top .nav ul li a.active {
  background: #da2b2b;
  color: #fff;
}

.nav ul li .submenu {
  margin: 0px;
  padding: 0;
  position: absolute;
  z-index: 99999;
  display: none;
  text-align: left;
  padding-bottom: 50px;
}

.nav ul li .submenu dl {}

.nav ul li .submenu dl dt {
  text-align: left;
}

.header .nav ul li .submenu dl dt a {
  display: block;
  text-align: left !important;
  width: 230px !important;
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
  background: #da2b2b;
  color: #fff;
  font-size: 14px;
}

.header .nav ul li .submenu dl dt a:hover {
  background: #242424;
}



.fixed {
  position: fixed;
  max-width: 1920px;
  top: 0;
  z-index: 10000;
  float: none !important;
  height: 60px;
  transition: .8s;
  box-shadow: 0 0 10px #ddd;
}

.fixed .top .logo {
  padding: 10px 0;
  padding-left: 1%;
  transition: .8s;
}

.fixed .top .logo a img {
  height: 40px;
  transition: .8s;
}

.fixed .top .nav {
  height: 60px;
  transition: .8s;
}

.fixed .top .nav ul li a {
  line-height: 60px;
  color:#3a3a3a;
}

.pc_banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index:999;
}

.pc_banner .wappc_banner .prev {
  left: 74px;
  width: 48px;
  height: 86px;
  position: absolute;
  top: 48%;
  background-size: 100%;
}

.pc_banner .wappc_banner .next {
  right: 74px;
  width: 48px;
  height: 86px;
  position: absolute;
  top: 48%;
  background-size: 100%;
}

.pc_banner .wappc_banner .hd {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9;
  bottom: 10px;
  overflow: hidden;
}

.pc_banner .wappc_banner .hd li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  margin: 0 3px;
  border: 1px solid #da2b2b;
}

.pc_banner .wappc_banner .hd li.on {
  background: #da2b2b;
  border: 1px solid #da2b2b;
}

.pc_banner .wappc_banner .bd li {
  position: relative;
}

.pc_banner .wappc_banner .bd li img {
  width: 100%;
  height: auto;
  display: block;
}

.m_banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: none;
}

.m_banner .mbanner {
  width: 100%;
  position: relative;
}

.m_banner .mbanner ul li {
  width: 100%;
}

.m_banner .mbanner ul li img {
  width: 100%;
  height: auto;
}

.banner_btn {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9;
  bottom: 10px;
  overflow: hidden;
}

.banner_btn a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  overflow: hidden;
  cursor: pointer;
  background: #eee;
  opacity: .4;
  margin: 0 5px;
  border: 1px solid #da2b2b;
}

.banner_btn a.in {
  background: #da2b2b;
  opacity: 1;
}

.m_header {
  width: 100%;
  overflow: hidden;
  display: none;
}

.m_header .m_head_content {
  height: .46rem;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0px 5px 10px 1px #999;
}

.m_header .m_head_content .m_head_logo {
  height: .46rem;
  float: left;
  margin-left: .05rem;
}

.m_header .m_head_content .m_head_logo img {
  max-height: 100%;
  float: left;
  height: 50px;
  margin-top: 15px;
}

.m_header .m_head_content .m_head_logo p {
  float: left;
  margin-left: 15px;
}

.m_header .m_head_content .m_head_logo p strong {
  font-size: 28px;
  line-height: 40px;
  display: block;
  color: #c7271e;
  margin-top: 6px;
}

.m_header .m_head_content .m_head_logo p span {
  font-size: 18px;
  color: #333;
  display: block;
}

.m_header .m_head_content .menu {
  float: right;
  width: .36rem;
  margin-top: .05rem;
  margin-right: .1rem;
  height: .36rem;
  background: #c7271e;
}

.m_header .m_head_content .menu i {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: .46rem;
  display: block;
}

.app_menu {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 80px;
  right: 0;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, .5);
}

.app_menu ul {
  background: black;
}

.app_menu ul li a span {
  font-size: 14px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #fff;
  display: block;
  padding-left: .15rem;
  border-bottom: 1px solid #444;
}

.container {
  width: 100%;
  overflow: hidden;
}

.main {
  width: 100%;
  overflow: hidden;
}

.box_tit {
  width: 100%;
}

.box_tit strong {
  font-size: 42px;
  color: #222222;
  display: block;
  font-weight: bold;
}


.box_tit.cw1 i{width:170px;text-align:center;}


.box_tit i {
  font-size: 14px;
  color: #333;
  display: block;
}

.i_box1 {
  width: 100%;
  padding: 45px;
  background: url(../images/bg1.jpg) no-repeat top center;
}

.i_box1 .fl {
  width: 12.8%;
}

.i_box1 .fl .fl_menu {
  width: 100%;
  margin-top: 30px;
}

.i_box1 .fl .fl_menu span {
  line-height: 50px;
  background: #fff;
  display: block;
  text-align: center;
  font-size: 22px;
  color: #000;
}

.i_box1 .fl .fl_menu p {
  width: 100%;
  background: #ffffff;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  transition: .8s;
  border-radius: 6px;
}

.i_box1 .fl .fl_menu p a {
  display: block;
  
  color: #565656;
  font-size: 20px;
  line-height: 40px;
  transition: .8s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align:left;
  text-indent:1em;
  
  
}

.box.pro .fl p a{text-indent:0}
.i_box1 .fl .fl_menu p:hover {
  background: #565656;
  color: #ffffff;
  transition: .8s;
}

.i_box1 .fl .fl_menu p:hover a {
  transition: .8s;
  color: #ffffff;
}

.i_box1 .fr {
  width: 78%;
}

.i_box1 .fr .prolist {
  position: relative;
  padding-bottom: 50px;
}

.i_box1 .fr .prolist .hd {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.i_box1 .fr .prolist .hd a {
  width: 50px;
  height: 26px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  transition: .8s;
}

.i_box1 .fr .prolist .hd .next {
  background: url(../images/le.png) no-repeat center;
  left: 0;
}

.i_box1 .fr .prolist .hd .next:hover {
  left: -10px;
  transition: .8s;
  background: url(../images/hle.png) no-repeat center;
}

.i_box1 .fr .prolist .hd .prev {
  background: url(../images/ri.png) no-repeat center;
  right: 0;
}

.i_box1 .fr .prolist .hd .prev:hover {
  right: -10px;
  transition: .8s;
  background: url(../images/hri.png) no-repeat center;
}

.i_box1 .fr .prolist .bd ul li {
  width: 33.33%;
  float: left;
  transition: .8s;
}

.i_box1 .fr .prolist .bd ul li .li_cont {
  padding: 10px;
}

.i_box1 .fr .prolist .bd ul li .pic .imgauto {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 10px;
}
.i_box1 .fr .prolist .bd ul li .pic .imgauto img{max-width:100%;}
.i_box1 .fr .prolist .bd ul li .text {
  width: 100%;
  background: #474a51;
  padding: 15px 20px;
}

.i_box1 .fr .prolist .bd ul li .text a {
  font-size: 22px;
  color: #fff;
  display: block;
  text-align: center;
}

.i_box1 .fr .prolist .bd ul li .text i {
  display: block;
  margin: 0 auto;
  background: #fff;
  width: 20px;
  height: 3px;
  margin-top: 10px;
  transition: .8s;
}

.i_box1 .fr .prolist .bd ul li .text p {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-top: 13px;
}

.i_box1 .fr .prolist .bd ul li .text .ic1 {
  text-align: center;
}

.i_box1 .fr .prolist .bd ul li .text .ic2 {
  background: url(../images/ic2.png) no-repeat left 2px;
}

.i_box1 .fr .prolist .bd ul li .text .ic3 {
  background: url(../images/ic3.png) no-repeat left 2px;
}

.i_box1 .fr .prolist .bd ul li .text .ic4 {
  background: url(../images/ic4.png) no-repeat left 2px;
}

.i_box1 .fr .prolist .bd ul li:hover {
  margin-top: -10px;
  transition: .8s;
}

.i_box1 .fr .prolist .bd ul li:hover .text {
  background: #da2b2b;
}

.i_box1 .fr .prolist .bd ul li:hover .text i {
  width: 60px;
  transition: .8s;
}

.i_box2 {
  width: 100%;
  padding: 45px;
  background: url(../images/bg2.png) no-repeat top center #f0f0f0;
}

.i_box2 .box {
  width: 100%;
  padding: 0 7.4%;
  margin: 60px 0;
}

.i_box2 .box .text {
  width: 100%;
  background: #44474e;
}

.i_box2 .box .fl {
  width: 50%;
}

.i_box2 .box .fl img {
  width: 100%;
 vertical-align:middle;
}

.i_box2 .box .fr {
  width: 50%;
  padding: 0 3%;
  text-align: center
}

.i_box2 .box .fr span {
  font-size: 28px;
  display: block;
  color: #fff;
  text-align: center;
  font-style: italic;
  padding-top: 60px;
}

.i_box2 .box .fr i {
  font-size: 20px;
  font-family: arial;
  display: block;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  font-style: normal;
  margin-bottom: 60px;
}

.i_box2 .box .fr p {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  margin-top: 30px;
  text-indent: 2em;
}

.i_box2 .box .fr .more {
  width: 100%;
  margin-top: 80px;
}

.i_box2 .box .fr .more a {
  font-size: 18px;
  color: #fff;
  line-height: 42px;
}

.i_box2 .box .fr .more .shipin {
  padding-left: 55px;
  float: left;
  background: url(../img/shipin.png) no-repeat left center;
}

.i_box2 .box .fr .more .amore {
  float: right;
  padding-left: 0;
  transition: .8s;
  padding-right: 42px;
  margin-right: 10px;
  background: url(../images/ri2.png) no-repeat right center;
  background-size: 30px 24px;
}

.i_box2 .box .fr .more .amore:hover {
  margin-right: 0;
  transition: .8s;
}

.i_box3 {
  width: 100%;
  padding: 45px;
  background: url(../images/bg4.png) top center;
}

.i_box3 .box_tit strong span {
  background: #cacaca;
}



.i_box3 .box {
  width: 100%;
  padding: 0 2%;
}

.i_box3 .box .box3_list {
  width: 100%;
  margin-top: 60px;
}

.i_box3 .box .box3_list ul li {
  width: 31.33%;
  margin: 0 1%;
  float: left;
}

.i_box3 .box .box3_list ul li .pic {
  position: relative;
  overflow: hidden;
}

.i_box3 .box .box3_list ul li .pic img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: .8s;
}

.i_box3 .box .box3_list ul li .pic img:hover {
  transform: scale(1.2);
  transition: .8s;
}

.i_box3 .box .box3_list ul li .pic span {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
}

.i_box3 .box .box3_list ul li:first-child+li .pic {
  margin-bottom: 7%;
}

.i_box4 {
  width: 100%;
  padding: 80px 45px;
}

.i_box4 .box .fl {
  margin-left: 5%;
  margin-top: 13.5%;
}

.i_box4 .box .fl .box_tit {
  margin-bottom: 20px;
}

.i_box4 .box .fl p {
  font-size: 16px;
  color: #666;
  display: block;
  line-height: 30px;
  padding-left: 50px;
}

.i_box4 .box .fr {
  width: 55%;
  float: left;
  margin-left: 10%;
}

.newlist ul li {
  width: 100%;
  background: #fff;
  padding: 20px;
  margin: 15px 0;
  float: left;
  position: relative;
}

.newlist ul li .pic {
  width: 25%;
  float: left;
}

.newlist ul li .pic img {
  width: 100%;
  display: block;
}

.newlist ul li .text {
  width: 75%;
  padding-left: 2%;
  float: left;
  transition: .8s;
}

.newlist ul li .text .text_fl {
  width: 80%;
  float: left;
}

.newlist ul li .text .text_fl a {
  font-size: 22px;
  color: #333;
  display: block;
  white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}

.newlist ul li .text .text_fl p {
  font-size: 16px;
  color: #333;
  display: block;
  margin-top: 12px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.newlist ul li .text .text_fl span {
  position: absolute;
  bottom: 20px;
  font-size: 16px;
  display: block;
  margin-top: 20px;
  color: #333;
}

.newlist ul li .text .text_fr {
  width: 20%;
  float: right;
  margin-top: 8%;
}

.newlist ul li .text .text_fr a {
  width: 60px;
  height: 60px;
  background: #999;
  display: block;
  padding-top: 14px;
  float: right;
  margin-right: 20px;
  transition: .8s;
}

.newlist ul li .text .text_fr a img {
  width: 40px;
  margin: 0 auto;
  display: block;
}

.newlist ul li:hover {
  background: #da2b2b;
}

.newlist ul li:hover .text {
  padding-left: 2.8%;
  transition: .8s;
}

.newlist ul li:hover .text .text_fl {
  width: 80%;
  float: left;
}

.newlist ul li:hover .text .text_fl a {
  color: #fff;
}

.newlist ul li:hover .text .text_fl p {
  color: #fff;
}

.newlist ul li:hover .text .text_fl span {
  color: #fff;
}

.newlist ul li:hover .text .text_fr a {
  background: #da2b2b;
  padding-left: 10px;
  transition: .8s;
}

.footer {
  width: 100%;
  padding-top: 90px;
  background: #7d7d7d;
  overflow: hidden;
}

.footer .box .fl {
  width: 50%;
}

.footer .box .fl .footlogo {
  width: 100%;
}

.footer .box .fl .footlogo a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.footer .box .fl .foot_nav {
  text-align: center;
  margin-top: 45px;
}

.footer .box .fl .foot_nav a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 16px;
  color: #ffffff;
  margin: 0 20px;
}

.footer .box .fr {
  width: 50%;
  float: left;
  padding-left: 12%;
  border-left: 2px solid #ffffff;
}

.footer .box .fr .foot_contact ul li {
  float: left;
  position: relative;
  margin-right: 50px;
}

.footer .box .fr .foot_contact ul li span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  display: block;
  text-align: center;
  padding-top: 15px;
  float: left;
}

.footer .box .fr .foot_contact ul li span img {
  display: block;
  margin: 0 auto;
  height: 30px;
}

.footer .box .fr .foot_contact ul li p {
  position: absolute;
  left: -145px;
  bottom: -70px;
  width: 264px;
  height: 78px;
  display: block;
  background: url(../images/qqbg.png) no-repeat center;
  padding: 0 10px;
  line-height: 88px;
  font-size: 18px;
  color: #666;
  text-align: center;
  display: none;
}

.footer .box .fr .foot_contact ul li:hover p {
  display: block;
}

.footer .box .fr .foot_text {
  width: 100%;
  margin-top: 20px;
}

.footer .box .fr .foot_text p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  display: block;
  margin-top: 12px;
}

.copyright {
  width: 100%;
  margin-top: 80px;
  border-top: 1px solid #ffffff;
}

.copyright p {
  line-height: 68px;
  font-size: 16px;
  color: #ffffff;
  display: block;
  text-align: center;
}

.copyright p a {
  font-size: 16px;
  color: #ffffff;
}

.iet {
  height: 30px;
  width: 100%;
  background: #fff3d7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.iet p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 30px;
}

.iet p a {
  color: #3aba50;
  font-size: 12px;
}

.iet span {
  position: absolute;
  right: 5%;
  top: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}

.iet span i {
  font-size: 12px;
  color: #333;
  padding-left: 5px;
  font-style: normal;
}

.content_tit {
  width: 100%;
  border-bottom: 1px dashed #e9e9e9;
  padding-bottom: 15px;
}

.content_tit h3 {
  display: block;
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}

.content_tit p {
  width: 100%;
  text-align: center;
}

.content_tit p span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 50px;
  margin-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
  color: #5a5a5a;
  line-height: 100%;
}

.content_tit p span:first-child {
  border-left: none;
}

.content {
  width: 100%;
  padding: 0 1%;
  padding-bottom: 20px;
}

.content p {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
  margin-top: 10px;
}

.content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.show_pages {
  width: 100%;
  background: #f8f8f8;
  padding: 0 1%;
  margin-top: 30px;
}

.show_pages p {
  font-size: 14px;
  color: #666;
  line-height: 50px;
}

.show_pages p a {
  font-size: 14px;
  color: #666;
  line-height: 50px;
}

.show_pages p a:hover {
  color: #ea5534;
}

.show_pages .fl {
  padding-left: 20px;
}

.show_pages .fr {
  padding-right: 20px;
}

.prolist {
  position: relative;
  padding-bottom: 50px;
}

.prolist #probd {
  display: block;
}

.prolist .wapbd {
  display: none;
}

.prolist .wapbd ul li {
  width: 33.33%;
  float: left;
  position: relative;
  top: 0;
  transition: .8s;
}

.prolist .wapbd ul li .li_cont {
  padding: 10px;
}

.prolist .wapbd ul li .pic .imgauto {
  width: 100%;
  height: auto;
  padding: 10px;
}

.prolist .wapbd ul li .text {
  width: 100%;
  background: #474a51;
  padding: 15px 20px;
}

.prolist .wapbd ul li .text a {
  font-size: 22px;
  color: #fff;
  display: block;
  text-align: center;
}

.prolist .wapbd ul li .text i {
  display: block;
  margin: 0 auto;
  background: #fff;
  width: 20px;
  height: 3px;
  margin-top: 10px;
  transition: .8s;
}

.prolist .wapbd ul li .text p {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-top: 13px;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.prolist .wapbd ul li .text .ic1 {
  background: url(../img/ic1.png) no-repeat left 2px;
}

.prolist .wapbd ul li .text .ic2 {
  background: url(../img/ic2.png) no-repeat left 2px;
}

.prolist .wapbd ul li .text .ic3 {
  background: url(../img/ic3.png) no-repeat left 2px;
}

.prolist .wapbd ul li .text .ic4 {
  background: url(../img/ic4.png) no-repeat left 2px;
}

.prolist .wapbd ul li:hover {
  top: -10px;
  transition: .8s;
}

.prolist .wapbd ul li:hover .text {
  background: #da2b2b;
}

.prolist .wapbd ul li:hover .text i {
  width: 60px;
  transition: .8s;
}

.page_pic {
  width: 100%;
  padding: 45px;
}

.page_pic .box figure {
  width: 31.33%;
  margin: 10px 1%;
  float: left;
  position: relative;
  overflow: hidden;
}

.page_pic .box figure .img-dv {
  width: 100%;
  overflow: hidden;
}

.page_pic .box figure .img-dv img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: .8s;
}

.page_pic .box figure .img-dv img:hover {
  transform: scale(1.1);
  transition: .8s;
}

.page_pic .box figure span {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
}

.wrap .i_box1 {
  background: #f0f0f0;
}

.wrap .i_box1 .fl .fl_menu {
  margin-top: 10px;
}

.wrap .i_box1 .fr {
  margin-top: 0;
}

.showwrap {
  background: #f8f8f8;
  padding: 20px 0;
}

.content_box {
  width: 100%;
}

.content_box .fl {
  width: 50%;
  float: left;
  background: #fff;
}

.content_box .fl .contentpic {
  padding: 1%;
  position: relative;
  border: 1px solid #eee;
}

.content_box .fl .contentpic .bd {
  width: 100%;
}

.content_box .fl .contentpic .bd li .imgauto {
  width: 100%;
  height: 450px;
}
.content_box .fl .contentpic .bd li .imgauto img{margin:0 auto!important;}
.content_box .fl .contentpic .next {
  position: absolute;
  left: 10px;
  top: 45%;
  width: 50px;
  height: 50px;
  background: url(../images/le2.png) no-repeat center #da2b2b;
  background-size: 20px;
}

.content_box .fl .contentpic .prev {
  position: absolute;
  right: 10px;
  top: 45%;
  width: 50px;
  height: 50px;
  background: url(../images/ri2.png) no-repeat center #da2b2b;
  background-size: 20px;
}

.content_box .fr {
  width: 47%;
  float: left;
  padding-left: 3%;
}

.content_box .fr h3 {
  font-size: 26px;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.content_box .fr .content_desc {
  width: 100%;
  margin-top: 20px;
}

.content_box .fr .content_desc p {
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 24px;
}

.content_box .fr .p2 {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}

.content_box .fr .p2 span {
  font-size: 22px;
  color: #da2b2b;
  font-family: impact;
}

.content_box .fr a {
  width: 165px;
  height: 36px;
  background: #fff;
  font-size: 14px;
  color: #999;
  display: block;
  text-align: center;
  line-height: 36px;
  margin-top: 20px;
  border: 1px solid #ddd;
  transition: .8;
}

.content_box .fr a:hover {
  background: #db241c;
  color: #fff;
  transition: .8;
  border: 1px solid #db241c;
}

.page_tit p {
  text-align: right;
  line-height: 50px;
}

.page_tit p a {
  font-size: 14px;
  color: #666;
}

.page_tit p a:hover {
  color: #db241c;
}

.show_text2 {
  width: 100%;
  margin-top: 30px;
}

.show_tit a {
  width: 50%;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.show_tit .a1 {
  float: left;
  background: #333;
  display: block;
}

.show_tit .a2 {
  float: right;
  background: #ddd;
  color: #333;
}

.cont1h3 {
  font-size: 16px;
  color: #333;
  display: block;
  font-weight: bold;
  padding: 20px 0;
}

.cont2h3 {
  font-size: 16px;
  color: #333;
  display: block;
  padding: 20px 0;
  font-weight: bold;
}

.show_protext {
  width: 100%;
  margin: 30px 0;
}

/* .show_protext h3 { */
  /* width: 100%; */
  /* font-size: 16px; */
  /* color: #000; */
  /* display: block; */
  /* padding-bottom: 12px; */
  /* border-bottom: 1px solid #ddd; */
  /* font-weight: normal; */
/* } */

.show_protext .list {
  width: 100%;
  margin-top: 10px;
}

.show_protext .list ul li {
  width: 48%;
  padding: 10px;
  float: left;
  margin: 1px 0;
  border-bottom: 1px solid #ddd;
  transition: .8s;
  margin-right: 4%;
}

.show_protext .list ul li .pic {
  width: 45%;
  float: left;
}

.show_protext .list ul li .pic .imgauto {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.show_protext .list ul li .pic .imgauto img {
  transform: scale(1);
  transition: .8s;
}

.show_protext .list ul li .text {
  width: 55%;
  float: left;
  padding-left: 10px;
}

.show_protext .list ul li .text a {
  font-size: 16px;
  color: #666;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 30px;
}

.show_protext .list ul li .text p {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 10px;
}

.show_protext .list ul li:hover {
  box-shadow: 0px 1px 10px 1px #ddd;
  transition: .8s;
}

.show_protext .list ul li:hover .pic .imgauto {
  overflow: hidden;
}

.show_protext .list ul li:hover .pic .imgauto img {
  transform: scale(1.1);
  transition: .8s;
}

.show_protext .list ul li:hover .text a {
  color: #da2b2b;
}

.show_protext .list ul li:nth-child(2n) {
  margin-right: 0;
}

.art_text {
  margin-bottom: 30px;
}

.art_text .fl {
  width: 67%;
}

.art_text .fl .art_tit {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.art_text .fl .art_tit span {
  position: absolute;
  display: block;
  left: 0;
  float: left;
  font-size: 22px;
  color: #999;
  line-height: 50px;
  font-weight: normal;
}

.art_text .fl .art_tit span i {
  background: #999;
  height: 1px;
  width: 40px;
  float: right;
  line-height: 30px;
  margin-top: 24px;
  margin-left: 8px;
}

.art_text .fl .art_tit .text {
  padding-left: 120px;
}

.art_text .fl .art_tit .text h3 {
  line-height: 50px;
  font-weight: normal;
  color: #303030;
  display: block;
  font-size: 16px;
}

.art_text .fl .art_tit .text p {
  font-size: 13px;
  color: #999;
  display: block;
}

.art_text .fr {
  width: 30%;
}

.art_text .fr .fr_tit {
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.art_text .fr .fr_tit span {
  font-size: 13px;
  display: block;
  padding-left: 10px;
  color: #333;
}

.art_text .fr .list ul li {
  padding: 10px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.art_text .fr .list ul li a {
  display: block;
  transition: .8s;
  position: relative;
  left: 0;
}

.art_text .fr .list ul li .tit {
  position: relative;
}

.art_text .fr .list ul li .tit span {
  position: absolute;
  display: block;
  left: 0;
  float: left;
  font-size: 22px;
  color: #999;
  line-height: 50px;
  font-weight: normal;
}

.art_text .fr .list ul li .tit span i {
  background: #999;
  height: 1px;
  width: 40px;
  float: right;
  line-height: 30px;
  margin-top: 24px;
  margin-left: 8px;
}

.art_text .fr .list ul li .tit .text {
  padding-left: 120px;
}

.art_text .fr .list ul li .tit .text h3 {
  line-height: 50px;
  font-weight: normal;
  color: #303030;
  display: block;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.art_text .fr .list ul li p {
  font-size: 13px;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  color: #999;
  display: block;
}

.art_text .fr .list ul li .line {
  width: 0;
  background: #da2b2b;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.art_text .fr .list ul li:hover {
  background: #fff;
  box-shadow: 0px 1px 10px 1px #ddd;
}

.art_text .fr .list ul li:hover a {
  left: 15px;
  transition: .8s;
}

.art_text .fr .list ul li:hover .line {
  width: 100%;
  transition: .8s;
}

.pages .pagination {
  text-align: center;
  height: auto;
}


.pages .pagination a:hover {
  border: 1px solid #da2b2b;
  color: #da2b2b;
}

.pages .pagination a.cur {
  border: none;
  background: #da2b2b;
  color: #fff;
  border: 1px solid #da2b2b;
}

.pages .pagination a {
  padding: 0;
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  float: none;
  border: 1px solid #eee;
}

.pages .pagination p {
  padding: 0;
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  float: none;
  border: 1px solid #eee;
}

.wrap .i_box4 {
  background: #f0f0f0;
}

.i_box2 .box .video {
  width: 100%;
  margin-top: 20px;
}

.i_box2 .box .video video {
  width: 100%;
}

.page_banner {
  width: 100%;
  overflow: hidden;
}

.page_banner img {
  position: relative;
  width: 100%;
  display: block;
}

.link {
  padding: 15px 0px;
  color: #333;
  font-size: 13px;
}

.link .list span {
  font-size: 15px;
  font-weight: bold;
}

.link .list a {
  font-size: 14px;
  padding: 0 10px 0 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.link .list a:hover {
  color: #da251c;
}

.show_protext dl dt {
  float: left;
  display: inline;
  width: 48%;
  margin: 0 1%;
  font-size: 14px;
  padding-bottom: 8px;
}

.show_protext dl dt span {
  float: right;
}

.show_text {
  width: 100%;
  margin-top: 20px;
}

.show_text h3,.show_protext h3 {
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 10px;
}

.show_text h3 span,.show_protext h3 span {
  width: 130px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: #d70010;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.show_text ul li {
  width: 49%;
  float: left;
  padding-right: 2%;
  padding-left: 15px;
  line-height: 30px;
  background: url(../img/dian2.png) no-repeat 5px center;
}

.show_text ul li a {
  font-size: 14px;
  color: #666;
  float: left;
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.show_text ul li a:hover {
  color: #d70010;
}

.show_text ul li span {
  float: right;
  font-size: 14px;
  color: #999;
}

.show_text ul li:nth-child(2n) {
  padding-right: 0;
  float: right;
}


.message {
  word-break: 100%;
  padding: 0 1%;
}

.message span {
  display: block;
  font-size: 15px;
  color: #da2b2b;
  margin-bottom: 5px;
  margin-top: 20px;
}

.message input {
  width: 100%;
  height: 40px;
  border: none;
  border: 1px dashed #aaa;
  background: #eee;
  padding: 0 10px;
  outline: 0;
}

.message textarea {
  width: 100%;
  height: 120px;
  border: none;
  border: 1px dashed #aaa;
  background: #eee;
  outline: 0;
  padding: 10px;
}

.message .subbtn {
  margin-top: 20px;
  background: #da2b2b;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border: none;
  margin-bottom: 20px;
}

.message p {
  width: 100%;
  margin-top: 20px;
}

.message p i {
  font-size: 15px;
  color: #da2b2b;
  font-style: normal;
  line-height: 40px;
  float: left;
}

.message p input {
  width: 35%;
  float: left;
}

.message p img {
  height: 40px;
  float: left;
}


@media screen and (max-width: 1450px) {
  .i_box4 {
    background: #f0f0f0;
    padding: 45px;
  }
	.i_box1 .fl{width:20%}
	.i_box1 .fr{width:76%}
  .i_box4 .box .fl {
    width: 100%;
    margin: 0;
  }

  .i_box4 .box .fr {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .i_box4 .box .fl .box_tit {
    padding-left: 0;
    text-align: center;
  }

  .i_box4 .box .fl .box_tit strong span {
    display: block;
    margin: 6px auto;
  }

  .i_box4 .box .fl p {
    text-align: center;
    padding-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .center {
    width: 100%;
  }

  .page_banner img {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    margin-left: -0;
    display: block;
  }
}

@media screen and (max-width: 1020px) {
  .m_header {
    display: block;
  }
	.i_box1 .fl{width:25%}
	.i_box1 .fr{width:72%}
  .header {
    display: none;
  }

  .m_header .m_head_content {
    height: 80px;
  }

  .m_header .m_head_content .m_head_logo {
    height: 80px;
  }

  .m_header .m_head_content .m_head_logo img {
    max-height: 100%;
  }

  .m_header .m_head_content .menu {
    height: 70px;
    width: 70px;
    margin-top: 5px;
    margin-right: 10px;
  }

  .m_header .m_head_content .menu i {
    height: 70px;
    line-height: 70px;
  }

  .app_menu ul li a span {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
  }

  .mtbanner {
    padding-top: 80px;
  }

  .mtop {
    padding-top: 80px;
  }

  .pc_banner {
    display: none;
  }

  .m_banner {
    display: block;
    line-height: 0;
  }

  .i_box1 {
    background: none;
    padding: 10px;
  }

  .i_box1 .fl {
    width: 100%;
  }

  .box_tit {
    padding-left: 0;
  }

  .box_tit strong {
    display: block;
  }

  .box_tit strong span {
    display: block;
    margin: 6px auto;
  }

  .box_tit i {
    display: block;
    text-align: center;
  }

  .i_box1 .fl .fl_menu p {
    width: 48%;
    margin: 5px 1%;
    float: left;
  }

  .i_box1 .fr {
    width: 100%;
    margin-top: 10px;
  }

  .i_box1 .fr .prolist .bd ul li .pic .imgauto {
    border: 1px solid #ddd;
    height: 300px;
  }

  .i_box1 .fl .fl_menu span {
    display: none;
  }

  .i_box2 .box .fl {
    width: 100%;
  }

  .i_box2 .box .fr {
    width: 100%;
    padding-bottom: 20px;
  }

  .i_box3 {
    padding: 45px 20px;
  }

  .i_box3 .box {
    padding: 0;
  }

  .footer .box .fl {
    width: 100%;
  }

  .footer .box .fr {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    text-align: center;
  }

  .footer .box .fl .foot_nav {
    display: none;
  }

  .footer .box .fr .foot_contact ul li {
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 0 2%;
  }

  .page_pic {
    padding: 10px;
  }
}
@media (max-width:768px) {
	.box_tit i,.box_tit.cw1 i{text-align:left;}
	.box_tit.cw1 i{width:100%;text-align:left;}
}
@media screen and (max-width: 850px) {
  .newlist ul li .text .text_fl p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 5px;
  }

  .newlist ul li .text .text_fl span {
    font-size: 14px;
  }

  .i_box4 {
    padding: 25px 10px;
  }

  .newlist ul li .text .text_fr {
    display: none;
  }

  .newlist ul li .text .text_fl {
    width: 100%;
  }

  .newlist ul li .text .text_fl span {
    display: none;
  }

  .newlist ul li:hover .text .text_fl {
    width: 100%;
  }

  .art_text .fl {
    width: 100%;
    padding: 0 1%;
  }

  .art_text .fr {
    width: 100%;
    padding: 0 1%;
  }

}

@media screen and (max-width: 585px) {
  .m_header .m_head_content {
    height: .46rem;
  }

  .m_header .m_head_content .m_head_logo {
    height: .4rem;
  }

  .m_header .m_head_content .m_head_logo img {
    margin-top: .07rem;
    height: .32rem;
  }

  .m_header .m_head_content .m_head_logo p {
    margin-left: 5px;
  }

  .m_header .m_head_content .m_head_logo p strong {
    font-size: .16rem;
    line-height: 100%;
    margin-top: .07rem;
  }

  .m_header .m_head_content .m_head_logo p span {
    font-size: .11rem;
    margin-top: .03rem;
  }

  .m_header .m_head_content .qiehuan {
    display: block;
  }

  .m_header .m_head_content .menu {
    width: .36rem;
    height: .36rem;
    margin-top: .05rem;
    margin-right: .1rem;
    border-radius: 5px;
  }

  .m_header .m_head_content .menu i {
    height: .36rem;
    line-height: .36rem;
    font-size: .18rem;
    color: #dcf8ff;
  }

  .mtbanner {
    padding-top: .46rem;
  }

  .mtop {
    padding-top: .46rem;
  }

  .page_banner {
    padding-top: .46rem;
  }

  .app_menu {
    top: .46rem;
  }

  .i_box1 .fr .prolist .bd {
    display: block;
  }
.i_box1 .fr .prolist .bd ul li{width:100%!important;float:none!important;}
.i_box1 .fr .prolist .bd ul li .pic .imgauto{height:auto;}
  .i_box1 .fr .prolist .wapbd {
    display: block;
  }

  .i_box1 .fr .prolist .wapbd ul li {
    width: 100%;
  }

  .prolist .wapbd ul li .li_cont {
    width: 100%;
    float: left;
    padding: 0;
    margin-top: 15px;
    border: 1px solid #ddd;
    background: #474a51;
  }

  .prolist .wapbd ul li .pic {
    float: left;
    width: 50%;
  }

  .prolist .wapbd ul li .text {
    float: left;
    width: 50%;
    padding: 10px;
  }

  .prolist .wapbd ul li .pic .imgauto {
    height: auto;
    background: #fff;
	max-width:100%;
  }

  .prolist .wapbd ul li .text p {
    font-size: .11rem;
    margin-top: 10px;
  }

  .prolist .wapbd ul li:hover .text {
    background: none;
  }

  .prolist .wapbd ul li:hover .li_cont {
    background: #da2b2b;
  }

  .i_box2 {
    padding: 30px 10px;
  }

  .i_box2 .box {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .i_box2 .box .text {
    background: none;
  }

  .i_box2 .box .fr span {
    font-size: .19rem;
    color: #333;
    padding-top: 20px;
  }

  .i_box2 .box .fr i {
    font-size: .14rem;
    color: #333;
    padding-top: 15px;
    margin-bottom: 0;
  }

  .i_box2 .box .fr p {
    font-size: .116rem;
    color: #333;
    line-height: .22rem;
    margin-top: 15px;
  }

  .i_box2 .box .fr .more a {
    width: 46%;
    float: left;
    background: #474a51;
    margin: 0;
    font-size: .14rem;
  }

  .i_box2 .box .fr .more .shipin {
    text-align: center;
    padding-left: 0;
    background: url(../imagesmg/snaj.png) no-repeat 10px center #474a51;
    background-size: 10px;
  }

  .i_box2 .box .fr .more .amore {
    text-align: center;
    padding-left: 0;
    margin: 0;
    text-align: center;
    padding-right: 20px;
    background: url(../images/ri2.png) no-repeat 80% center #474a51;
    background-size: 20px;
  }

  .i_box2 .box .fr .more {
    margin-top: 30px;
  }

  .i_box3 .box .box3_list ul li {
    width: 98%;
    margin-bottom: 15px;
  }

  .i_box3 .box .box3_list ul li:first-child+li .pic {
    margin-bottom: 15px;
  }

  .i_box3 .box .box3_list ul li:first-child+li {
    margin-bottom: 0;
  }

  .i_box3 {
    padding: 25px 10px;
  }

  .i_box3 .box .box3_list {
    margin-top: 20px;
  }

  .content_box .fl {
    width: 100%;
  }

  .content_box .fr {
    width: 98%;
    padding-left: 0;
    margin-top: 1px;
    margin: 0 1%;
    padding-top: 10px;
  }

  .content_box .fr h3 {
    font-size: .16rem;
    text-align: center;
    font-weight: bold;
  }

  .show_pages .fl {
    width: 100%;
    line-height: 40px;
    padding-left: 0;
  }

  .show_pages .fr {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
    line-height: 40px;
    border-top: 1px solid #fff;
  }

  .show_pages p a {
    line-height: 40px;
  }

  .content_box .fr .content_desc {
    margin-top: 10px;
  }

  .content_box .fr a {
    margin-top: 15px;
    background: #da2b2b;
    border: 1px solid #da2b2b;
    color: #fff;
  }

  .show_protext .list ul li {
    width: 98%;
    margin: 0 1%;
  }

  .show_protext .list ul li:nth-child(2n) {
    margin-right: 1%;
  }



  .show_protext dl dt {
    float: none;
    display: block;
    width: 95%;
    font-size: 14px;
    padding: 0 2.5%;
    padding-bottom: 8px;
  }

  .art_text .fl .art_tit .text h3 {
    line-height: 24px;
    padding-top: 12px;
  }

  .art_text .fl .art_tit .text p {
    line-height: 23px;
    margin-top: 5px;
  }

  .page_pic .box figure {
    width: 48%;
  }

  .show_text ul li {
    width: 100%;
    padding-right: 0;
  }

  .show_text ul li:nth-child(2n) {
    padding-right: 0;
  }
}

@media screen and (max-width: 450px) {
  .i_box1 .fl .fl_menu {
    margin-top: 15px;
  }

  .i_box1 .fl .fl_menu p a {
    font-size: .12rem;
    background: no-repeat;
    padding-left: 0;
    line-height: 42px;
  }

  .i_box1 .fl .fl_menu p:hover a {
    padding-left: 10px;
  }

  .prolist .wapbd ul li .pic .imgauto {
    height: auto;
  }

  .prolist .wapbd ul li .text a {
    font-size: .16rem;
  }

  .box_tit strong {
    font-size: .24rem;
  }

  .box_tit i {
    font-size: .18rem;
  }

  .newlist ul li {
    padding: 12px;
  }

  .newlist ul li .pic {
    width: 100%;
  }

  .newlist ul li .text {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }

  .newlist ul li .text .text_fl a {
    font-size: .16rem;
  }

  .newlist ul li .text .text_fl span {
    display: block;
    position: relative;
    bottom: 0;
  }

  .i_box4 .box .fl p {
    font-size: .12rem;
  }

  .i_box4 .box .fr {
    margin-top: 0;
  }

  .footer .box .fr .foot_text {
    display: none;
  }

  .copyright {
    margin-top: 40px;
  }

  .copyright p {
    line-height: 24px;
    padding: 12px 5%;
    font-size: 14px;
  }

  .footer {
    padding-top: 50px;
  }

  .content_box .fl .contentpic .bd li .imgauto {
    height: 3rem;
  }

  .page_tit {
    padding-right: 10px;
  }

  .page_pic {
    padding: 10px 5px;
  }

  .page_pic .box figure {
    margin: 5px 1%;
  }

  .page_pic .box figure .img-dv img {
    height: auto
  }

  .page_pic .box figure span {
    font-size: .12rem;
    bottom: 10px;
  }
}

/****************************** media ******************************/

/*# sourceMappingURL=yunu.css.map */